home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / printit2.zip / READ.ME < prev   
Text File  |  1992-05-11  |  4KB  |  89 lines

  1.         This version of PRINTIT, 2.0, has several enhancements.  See
  2. the end of this file for details.
  3.  
  4.  
  5.  
  6.      If you want to copy a file to the printer under Desqview,
  7. you might be tempted to open a DOS window and type "copy <filename>
  8. prn" or something similar.  If the file you are copying is fairly
  9. large, the results will disappoint you.  You'll get a printed copy
  10. of the file, but you will not be able to do any multitasking until
  11. the file is printed (or your spool buffer is full, or whatever).
  12.  
  13.     This is because COPY is an internal command.  If you don't
  14. know what this is, look it up in your DOS manual.  Desqview cannot
  15. interrupt internal commands.  Most internal commands don't take
  16. long, so this is seldom a hardship.
  17.  
  18.     Also, there are some unfortunate souls out there for whom
  19. the DOS PRINT command does not work properly under Desqview.
  20.  
  21.     The enclosed program is a simple minded solution to these two
  22. problems.  It just copies a file (or group of files) to printer
  23. number 1.  To use it, either:
  24.  
  25. 1.  Set it up as a window of its own.  I suggest you use the enclosed
  26. PIF file (just put it in the same directory in which you will save
  27. PRINTIT.COM, and use Add Program, Other, and type the path to
  28. PRINTIT.PIF and PRINTIT.COM).  You may have to edit the "Directory"
  29. field of the PIF using Change Program.
  30.         Then open the window and type the file specification to print
  31. (wildcard characters and path specifications are allowed).
  32.  
  33. 2.  Or, open a DOS window (a small one, the program only needs about
  34. 12K including buffers).  Type:
  35.  
  36.         PRINTIT <FILESPEC>
  37.  
  38. where <filespec> may contain a path specification and/or the standard
  39. DOS wildcards "*" and "?".
  40.  
  41.         Now, switch to another window and printing will continue.  If
  42. you have installed PRINTIT in its own window, the window will close
  43. itself when printing is complete
  44.  
  45.  
  46.  
  47.     Only one copy of PRINTIT should be run at one time (or else
  48. the output of the two copies will be interleaved).  PRINTIT cannot
  49. accept more than one filename on the command line.  PRINTIT only
  50. prints to the DOS PRN device (LPT1 or your only printer if you
  51. haven't redirected PRN using the MODE command or equivalent), but it
  52. is easy to change the source for another printer.
  53.  
  54.     PRINTIT is not Desqview-specific, but why would you want to
  55. run it outside of Desqview?  It doesn't even do any Desqview calls.
  56. It just uses squeaky-clean DOS methods to read the file into a 10K
  57. buffer, then push it out to the printer.  It should run on any
  58. system that will run Desqview, although I cannot guarantee this.
  59.  
  60.  
  61.  
  62. CHANGES 2/11/92, Rev 2.0:
  63.  
  64. A.      Printit no longer requires you to type the filespec on the
  65. command line (although it is allowed).  This is because Desqview
  66. insists on loading the command processor when there's a "?" in the
  67. "Parameters" field of the PIF.  Thus, if 4DOS is your command
  68. processor, you need around 128K or more to open PRINTIT!
  69.  
  70. B.      If running under Desqview, and any error occurs EXCEPT "not
  71. enough memory", Printit will wait until a key is pressed (while the
  72. PRINTIT window is active) before exiting.  This'll give you a chance
  73. to see the error message.
  74.         If there is enough memory allowed for Desqview to load
  75. PRINTIT but the window shuts down immediately, add more memory to
  76. that window (using Change Program) about 4K at a time until it works.
  77.  
  78.  
  79.  
  80. Jon Fleming        BIX: jfleming
  81. 144 Nagog Hill Road
  82. Acton, MA 01720
  83.  
  84. C/O Channel 1
  85. 617-354-8873 2400/1200 MNP
  86. 617-354-6155 9600/2400/1200 MC
  87. 617-354-3137 HST
  88.  
  89.